home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 020a / ansip21b.zip / BBS.TXT < prev    next >
Text File  |  1991-07-09  |  7KB  |  189 lines

  1.  
  2.  
  3.  
  4.  
  5.                       A FEW POINTERS FOR BBS USERS
  6.              ---------------------------------------------
  7.  
  8.     Entering an ANSI message on a BBS
  9.     ---------------------------------
  10.  
  11.     1.  Create your ANSI file in advance.
  12.  
  13.     2.  Make the line length of your ANSI file no longer than 65
  14.         characters.  Line lengths longer than this may not be
  15.         compatible with some BBS's.
  16.  
  17.     3.  Enter your music strings where desired while still retaining
  18.         a line length of 65.  Carraige returns within the music string
  19.         will be ignored by ANSIPLAY when playing the music.
  20.  
  21.     4.  For public messages, you may want to make the music strings
  22.         invisible so that user's who don't have an ANSI file viewer
  23.         can use DOS's TYPE command without the music strings
  24.         messing up the display.  (See ANSIPLAY.DOC for information
  25.         on how to do this.)
  26.  
  27.     5.  Before sending your ANSI message, in some cases you may want
  28.         to add a note saying something like "For ANSIPLAY viewer".
  29.  
  30.         The reason being...some ANSI viewing programs do not support
  31.         music strings.  Some do support music strings, but only as
  32.         a one-liner string at the end of the message, not if the music
  33.         is interweaved into the message.  Additionally, ANSIPLAY is
  34.         the originator of SOUND codes.  To my knowledge, there is not
  35.         other ANSI viewer that support SOUND codes.
  36.  
  37.     6.  There are two ways of transferring the file while you're
  38.         on-line:
  39.  
  40.             a)  You can select "Enter a message" from the Menu
  41.  
  42.                                  -or-
  43.  
  44.             b)  If your BBS has a door which creates mail packets,
  45.                 you can enter the message with your off-line mail
  46.                 reader in advance, then upload it via the door
  47.                 while you're on-line.
  48.  
  49.  
  50.     TO ENTER A MESSAGE FROM THE BBS MENU
  51.     ------------------------------------
  52.     Two things must be in order before you can "upload" a message into
  53.     the message base.
  54.  
  55.             a)  Your communications software must be set so that
  56.                 ASCII uploads do NOT strip the high bit.  Stripping
  57.                 will make a mess of your ANSI message.
  58.  
  59.             b)  The BBS you are uploading to must also have the same
  60.                 setting.  If you are unsure, you might try sending an
  61.                 ANSI message to yourself (Receiver-Only) to test it.
  62.  
  63.                                       -1-
  64.  
  65.  
  66.  
  67.  
  68.     To upload the message, select "Enter a message" from the menu.
  69.     Enter all the information TO:, SUBJECT:, etc.  At this point
  70.     some BBS's will ask you if you want to "submit prepared text?".
  71.     If so, answer yes.  Otherwise, at the prompt where you would
  72.     normally begin typing in a message, use your file transfer ASCII
  73.     protocol (usually Page Up invokes this) and the file will be
  74.     uploaded into the message area.  Be sure to "Save" the message
  75.     before logging off.
  76.  
  77.  
  78.     TO ENTER A MESSAGE USING AN OFF-LINE MAIL READER
  79.     ------------------------------------------------
  80.     For those of you who don't know what an off-line mail reader is,
  81.     here's a brief description...
  82.  
  83.     Instead of reading your messages while you're on-line with the
  84.     BBS, some BBS's have a Mail door which allows you to create a
  85.     what is called a mail packet.  A mail packet is simply a file
  86.     that you can download which contains all the messages you
  87.     select.  You would first set up a configuration which tells
  88.     the door which conferences you want messages from, etc.
  89.  
  90.     Then you download the mail packet.  The mail packet is then
  91.     read by using an off-line mail reader.  The mail reader will
  92.     decompress your messages, allow you to save your replies, and
  93.     several other features.  Then you can call the BBS back and upload
  94.     your replies file to the door.  The door will then post the replies
  95.     to the message base.
  96.  
  97.     This is the most convenient way to do it.  You also don't need
  98.     to worry about the 8th bit getting stripped.  And can use unlimited
  99.     time to read your packet and prepare your replies.
  100.  
  101.     The mail reader to use would depend on the mail door you are using.
  102.     If the mail door creates .QWK files, I recommend a very good mail
  103.     Shareware reader-program called "SLMR" (Silly Little Mail Reader)
  104.     by Greg Hewgill.  Whichever mail reader program you decide on, read
  105.     the documentation on how to import a file (ANSI) into your reply.
  106.  
  107.     ---------------------------------------------------------------------
  108.  
  109.     Reading an ANSI message from your off-line mail reader
  110.     ------------------------------------------------------
  111.  
  112.     Some off-line mail readers (Like SLMR) have an option to animate
  113.     ANSI escape sequences.  For mail readers that do not have this
  114.     option or do not support music/sound codes, ANSIPLAY can be used
  115.     with the /D option.
  116.  
  117.     The procedure might be as follows...
  118.  
  119.     Using your off-line mail reader, "Save" the message to a temporary
  120.     file.
  121.  
  122.     Look at the message to be sure the ESC characters have not been
  123.     stripped or replaced with an alternate character.  Also that any
  124.     music strings are suffixed with the music note character CHR$(14).
  125.  
  126.                                       -2-
  127.  
  128.  
  129.  
  130.  
  131.     If necessary, use a hot-key on your mail reader to load the
  132.     temporary file into your text editor.  If your program has a
  133.     search/replace feature, this will be the fastest way to replace
  134.     the alternate characters with ESC characters CHR$(27).  Be sure to
  135.     save any changes.  Then return to the mail reader.
  136.  
  137.     Now use a hot-key to ANSIPLAY the file.  The hot-key might be setup
  138.     to say something like:     ANSIPLAY C:\DOWN\TEMP.TXT /D
  139.  
  140.     After the file is done displaying/playing, the /D option will tell
  141.     ANSIPLAY to ask you if you'de like to delete the temporary file.
  142.     If you decide to keep it, you will be given a chance to change the
  143.     filename. (Note: if the ESCape key is hit during display, the
  144.     options to delete/rename will be bypassed).
  145.  
  146.  
  147.     [For messages that are 2 or more message screens, do the same exact
  148.      procedure.  Most off-line mail readers will allow you to append
  149.      the saved message to your "save-filename" rather than overwritting
  150.      it.  You may want to edit the file before ANSIPLAYing it to remove
  151.      the message headers/taglines from the 2nd, 3rd, etc. messages.]
  152.  
  153.  
  154.     Again the procedure is:
  155.         1.  Save message to temporary file
  156.         2.  If necessary, edit the file
  157.         3.  ANSIPLAY the file with /D option
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.                                       -3-